auto merge of #570 : alexcrichton/cargo/fetch, r=brson
authorbors <bors@rust-lang.org>
Tue, 16 Sep 2014 23:33:21 +0000 (23:33 +0000)
committerbors <bors@rust-lang.org>
Tue, 16 Sep 2014 23:33:21 +0000 (23:33 +0000)
commitac40f52c113b1be81c4a5187aaae21ff533886ef
tree6d7f72b03f4d67b63209aeffbccb19168c75aee1
parent494f7d5a780fe8e4c5548f16047dc3df5249afe8
parent2dff1ed6109f4b2d5952f16f5fc60d75114d6ac7
auto merge of #570 : alexcrichton/cargo/fetch, r=brson

This command is used to download all dependencies of a package ahead of time to
ensure that no more network communication will be necessary as part of a build.

cc #358